home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_2 / issue_09 / errormesgs < prev    next >
Encoding:
Text File  |  1989-05-08  |  3.2 KB  |  112 lines

  1. Error Messages for BBC BASIC V version 1.04
  2.  
  3.  0,"Silly!"
  4.  0,"No room to do this renumber"
  5.  0,"Line numbers larger than 65279 would be generated by this renumber"
  6.  0,"No room"
  7.  0,"Line too long"
  8.  0,"Stopped"
  9.  0,"Invalid LISTO option"
  10.  0,"Invalid TWINO option"
  11.  0,"Corruption of stack"
  12.  0,"Error control status not found on stack for RESTORE ERROR"
  13.  0,"Missing incore name"
  14.  0,"LIST/TWIN found line number reference"
  15.  0 "HELP has no information on this keyword"
  16.  0 "Incorrect in-core file description"
  17.  1 "No such mnemonic"
  18.  1 "No such suffix on EQU"
  19.  2 "Bad immediate constant"
  20.  2 "Bad address offset"
  21.  2 "Assembler limit reached"
  22.  2 "Bad shift"
  23.  3 "Bad register"
  24.  3 "Duplicate register in multiply"
  25.  4 "Missing ="
  26.  4 "Missing = in FOR statement"
  27.  4 "Mistake"
  28.  5 "Missing ,"
  29.  6 "Type mismatch: number needed"
  30.  6 "Type mismatch: numeric variable needed"
  31.  6 "Type mismatch: numeric array needed"
  32.  6 "Type mismatch: string needed"
  33.  6 "Type mismatch: string variable needed"
  34.  6 "Type mismatch: string array needed"
  35.  6 "Type mismatch: array needed"
  36.  6 "Type mismatch between arrays"
  37.  6 "Can't assign to array of this size"
  38.  6 "Array type mismatch as parameter"
  39.  6 "Can't SWAP arrays of different types"
  40.  7 "Not in a function"
  41.  8 "Too low a value for $<number>"
  42.  9 "Missing """
  43. 10 "DIM() function needs an array"
  44. 10 "No room to do matrix multiply with source(s) the same as destination"
  45. 10 "Impossible dimension"
  46. 10 "No end of dimension list )"
  47. 10 "Bad DIM statement"
  48. 10 "Can't DIM negative amount"
  49. 10 "Arrays cannot be redimensioned"
  50. 11 "No room for this DIM"
  51. 11 "No room for this dimension"
  52. 11 "Attempt to allocate insufficient memory"
  53. 12 "Items can only be made local in a function or procedure"
  54. 13 "Not in a procedure"
  55. 14 "Reference array incorrect"
  56. 14 "Unknown array"
  57. 14 "Unknown array in DIM() function"
  58. 14 "Undimensioned array"
  59. 15 "Subscript out of range"
  60. 15 "Incorrect number of subscripts"
  61. 16 "Syntax error"
  62. 17 "Escape"
  63. 18 "Division by zero"
  64. 19 "String too long"
  65. 20 "Number too big"
  66. 20 "Number too big for arc Sine or arc Cosine"
  67. 21 "Negative root"
  68. 22 "Logarithm range"
  69. 23 "Accuracy lost in Sine/Cosine/Tangent"
  70. 24 "Exponent range"
  71. 26 "Unknown or missing variable"
  72. 26 "Can't use array reference here"
  73. 27 "Missing )"
  74. 27 "Missing ("
  75. 27 "Missing ]"
  76. 27 "Missing {"
  77. 27 "Missing }"
  78. 28 "Bad Hex"
  79. 28 "Hex number too large"
  80. 28 "Bad Binary"
  81. 29 "No such function/procedure"
  82. 30 "Bad call of function/procedure"
  83. 31 "Arguments of function/procedure incorrect"
  84. 31 "Invalid RETURN actual parameter"
  85. 31 "Invalid array actual parameter"
  86. 32 "Not in a FOR loop"
  87. 33 "Can't match FOR"
  88. 34 "Bad FOR control variable"
  89. 35 "The step cannot be zero"
  90. 36 "Missing TO"
  91. 37 "No room for function/procedure call"
  92. 38 "Not in a subroutine"
  93. 39 "ON syntax"
  94. 40 "ON range"
  95. 41 "No such line"
  96. 42 "Out of data"
  97. 42 "DATA pointer not found on stack for RESTORE DATA"
  98. 43 "Not in a REPEAT loop"
  99. 44 "Too many nested structures"
  100. 45 "Missing #"
  101. 46 "Not in a WHILE loop"
  102. 47 "Missing ENDCASE"
  103. 48 "OF missing from CASE statement"
  104. 48 "CASE..OF statement must be the last thing on a line"
  105. 49 "Missing ENDIF"
  106. 50 "Bad MOUSE variable"
  107. 51 "Too many input expressions for SYS"
  108. 51 "Too many output variables for SYS"
  109. 52 "Can't install library"
  110. 52 "Bad program used as function/procedure library"
  111. 52 "No room for library"
  112.